home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
program
/
cprog.EXE
/
CC_1.ZIP
/
BTEST.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-01-09
|
248 b
|
13 lines
echo off
rem
rem This batch file is used to build test.exe;
rem a demonstration of the mult-dimensional array
rem capability of Version 1.01 of Small-C
rem
echo on
cc test ;
cc ext ;
masm test ;
masm ext ;
link test ext,test,test,c